home *** CD-ROM | disk | FTP | other *** search
/ Stuart Little 2 Press Kit / Stuart Little 2 Press Kit.iso / pc / SL2.dxr / New Save Image Cast_83_Save Files and Write Captions.ls < prev    next >
Encoding:
Text File  |  2002-06-24  |  24.8 KB  |  359 lines

  1. on enterFrame me
  2.   global gSavePath, gLF, gfd, gDefaultSourcePath, oneFileCopy, gIM01, gIM02, gIM03, gIM04, gIM05, glogofolder, gIM06, gIM07, gIM08, gIM09, gIM10, gIM11, gIM12, gIM13, gIM14, gIM15, gIM16, gIM17, gIM18, gIM19, gIM20, gIM21, gIM22, gIM23, gIM24, gIM25, gIM26, gIM27, gIM28, gLOGO1, gLOGO2, gSHEET, gMegs, gPNOTES, gLOGO1FileName, gLOGO2FileName, gSHEETFileName
  3.   baCreateFolder(gSavePath)
  4.   if gMegs > 12.59999999999999964 then
  5.     baCreateFolder(gSavePath & gfd & "Photos")
  6.   else
  7.     nothing()
  8.   end if
  9.   IM_01_FileName = "SL2-PK-1"
  10.   IM_02_FileName = "SL2-PK-2"
  11.   IM_03_FileName = "SL2-PK-3"
  12.   IM_04_FileName = "SL2-PK-4"
  13.   IM_05_FileName = "SL2-PK-5"
  14.   IM_06_FileName = "SL2-PK-6"
  15.   IM_07_FileName = "SL2-PK-7"
  16.   IM_08_FileName = "SL2-PK-8"
  17.   IM_09_FileName = "SL2-PK-9"
  18.   IM_10_FileName = "SL2-PK-10"
  19.   IM_11_FileName = "SL2-PK-11"
  20.   IM_12_FileName = "SL2-PK-12"
  21.   IM_13_FileName = "SL2-PK-13"
  22.   IM_14_FileName = "SL2-PK-14"
  23.   IM_15_FileName = "SL2-PK-15"
  24.   IM_16_FileName = "SL2-PK-16"
  25.   IM_17_FileName = "SL2-PK-17"
  26.   IM_18_FileName = "SL2-PK-18"
  27.   IM_19_FileName = "SL2-PK-19"
  28.   IM_20_FileName = "SL2-PK-20"
  29.   IM_21_FileName = "SL2-PK-21"
  30.   IM_22_FileName = "SL2-PK-22"
  31.   IM_23_FileName = "SL2-PK-23"
  32.   IM_24_FileName = "SL2-PK-24"
  33.   IM_25_FileName = "SL2-PK-25"
  34.   IM_26_FileName = "SL2-PK-26"
  35.   IM_27_FileName = "SL2-PK-27"
  36.   IM_28_FileName = "SL2-PK-28"
  37.   CopyrightText1 = "¬© 2002 Columbia Pictures Industries, Inc.  All rights reserved."
  38.   CopyrightText2 = "Permission granted for reproduction in newspaper and periodicals only.  Use of this photography in any other manner including but not limited to publication in books, retrospectives, biographies, or in connection with the advertising of posters or any other product or service, permitted only with the written permission of the copyright proprietor. " & QUOTE & "Stuart Little 2" & QUOTE && "has been rated PG by the MPAA for brief mild language."
  39.   OrgPhoto = gDefaultSourcePath & gfd & "Images"
  40.   put the long date into member "Caption Text"
  41.   put gLF after member "Caption Text"
  42.   put the time after member "Caption Text"
  43.   put gLF & "Location of the saved files is " & gSavePath after member "Caption Text"
  44.   put gLF & gLF & gLF after member "Caption Text"
  45.   put "********************" after member "Caption Text"
  46.   put gLF after member "Caption Text"
  47.   put "NOTE: Fully formatted captions in both MS Word and Adobe Acrobat formats are available on the" && QUOTE & "Stuart Little 2" & QUOTE && "CD in the 'Notes' Folder." after member "Caption Text"
  48.   put gLF after member "Caption Text"
  49.   put "********************" after member "Caption Text"
  50.   put gLF & gLF & gLF after member "Caption Text"
  51.   put "You have saved the following files to your hard drive:" after member "Caption Text"
  52.   put gLF after member "Caption Text"
  53.   put gLF after member "Caption Text"
  54.   if gIM01 = 1 then
  55.     put IM_01_FileName & "                                 Photo Credit: Sony Pictures Imageworks" & gLF after member "Caption Text"
  56.     put "Stuart Little (voiced by Michael J. Fox) returns to the big screen, delighting audiences with even more action-packed adventure in Columbia Pictures family comedy " && QUOTE & "Stuart Little 2." & QUOTE && gLF after member "Caption Text"
  57.     put gLF & gLF & gLF & gLF after member "Caption Text"
  58.     x = gSavePath & gfd & "photos" & gfd & IM_01_FileName & ".tif"
  59.     y = OrgPhoto & gfd & IM_01_FileName & ".tif"
  60.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 SL2-PK-1'", EMPTY, "Please wait ...")
  61.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  62.   end if
  63.   if gIM02 = 1 then
  64.     put IM_02_FileName & "                                    Photo Credit: Sony Pictures Imageworks" & gLF after member "Caption Text"
  65.     put "Stuart Little (voiced by Michael J. Fox) returns to the big screen, delighting audiences with even more action-packed adventure in Columbia Pictures family comedy " && QUOTE & "Stuart Little 2." & QUOTE && gLF after member "Caption Text"
  66.     put gLF & gLF & gLF & gLF after member "Caption Text"
  67.     x = gSavePath & gfd & "photos" & gfd & IM_02_FileName & ".tif"
  68.     y = OrgPhoto & gfd & IM_02_FileName & ".tif"
  69.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 SL2-PK-2'", EMPTY, "Please wait ...")
  70.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  71.   end if
  72.   if gIM03 = 1 then
  73.     put IM_03_FileName & "                                Photo Credit: Sony Pictures Imageworks" & gLF after member "Caption Text"
  74.     put "Stuart Little (voiced by Michael J. Fox) and Margalo (voiced by Melanie Griffith) become fast friends in Columbia Pictures family comedy  " && QUOTE & "Stuart Little 2." & QUOTE && gLF after member "Caption Text"
  75.     put gLF & gLF & gLF & gLF after member "Caption Text"
  76.     x = gSavePath & gfd & "photos" & gfd & IM_03_FileName & ".tif"
  77.     y = OrgPhoto & gfd & IM_03_FileName & ".tif"
  78.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 SL2-PK-3'", EMPTY, "Please wait ...")
  79.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  80.   end if
  81.   if gIM04 = 1 then
  82.     put IM_04_FileName & "                                 Photo Credit: Sony Pictures Imageworks" & gLF after member "Caption Text"
  83.     put "Plucky, pint sized hero Stuart Little (voiced by Michael J. Fox) delights audiences with more action-packed adventure in Columbia Pictures family comedy " && QUOTE & "Stuart Little 2." & QUOTE && gLF after member "Caption Text"
  84.     put gLF & gLF & gLF & gLF after member "Caption Text"
  85.     x = gSavePath & gfd & "photos" & gfd & IM_04_FileName & ".tif"
  86.     y = OrgPhoto & gfd & IM_04_FileName & ".tif"
  87.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 SL2-PK-4'", EMPTY, "Please wait ...")
  88.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  89.   end if
  90.   if gIM05 = 1 then
  91.     put IM_05_FileName & "                                 Photo Credit: Sony Pictures Imageworks" & gLF after member "Caption Text"
  92.     put "The Little family has grown with (Back from l. to r.) baby sister Martha (Anna Hoelck, and Ashley Hoelck), Mr. Little (Hugh Laurie), George (Jonathan Lipnicki), Mrs. Little (Geena Davis), (Front from l. to r.) Stuart Little (voiced by Michael J. Fox), Snowbell (voiced by Nathan Lane) and Margalo (voiced by Melanie Griffith) in Columbia Pictures family comedy " && QUOTE & "Stuart Little 2." & QUOTE && gLF after member "Caption Text"
  93.     put gLF & gLF & gLF & gLF after member "Caption Text"
  94.     x = gSavePath & gfd & "photos" & gfd & IM_05_FileName & ".tif"
  95.     y = OrgPhoto & gfd & IM_05_FileName & ".tif"
  96.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 SL2-PK-5'", EMPTY, "Please wait ...")
  97.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  98.   end if
  99.   if gIM06 = 1 then
  100.     put IM_06_FileName & "                                 Photo Credit: Sony Pictures Imageworks" & gLF after member "Caption Text"
  101.     put "Plucky, pint sized hero Stuart Little (voiced by Michael J. Fox) delights audiences with more action-packed adventure in Columbia Pictures family comedy " && QUOTE & "Stuart Little 2." & QUOTE && gLF after member "Caption Text"
  102.     put gLF & gLF & gLF & gLF after member "Caption Text"
  103.     x = gSavePath & gfd & "photos" & gfd & IM_06_FileName & ".tif"
  104.     y = OrgPhoto & gfd & IM_06_FileName & ".tif"
  105.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 SL2-PK-6'", EMPTY, "Please wait ...")
  106.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  107.   end if
  108.   if gIM07 = 1 then
  109.     put IM_07_FileName & "                                 Photo Credit: Sony Pictures Imageworks" & gLF after member "Caption Text"
  110.     put "Stuart (voiced by Micahel J. Fox), Margalo (voiced by Melanie Griffith) and Snowbell (voiced by Nathan Lane) adventure through Manhattan together in Columbia Pictures family comedy " && QUOTE & "Stuart Little 2." & QUOTE && gLF after member "Caption Text"
  111.     put gLF & gLF & gLF & gLF after member "Caption Text"
  112.     x = gSavePath & gfd & "photos" & gfd & IM_07_FileName & ".tif"
  113.     y = OrgPhoto & gfd & IM_07_FileName & ".tif"
  114.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 SL2-PK-7'", EMPTY, "Please wait ...")
  115.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  116.   end if
  117.   if gIM08 = 1 then
  118.     put IM_08_FileName & "                                 Photo Credit: Sony Pictures Imageworks" & gLF after member "Caption Text"
  119.     put "A little guy with a big heart-not to mention a star soccer player-Stuart (voiced by Michael J. Fox) has blossomed in a decidedly supersized world in the Columbia Pictures family comedy " && QUOTE & "Stuart Little 2." & QUOTE && gLF after member "Caption Text"
  120.     put gLF & gLF & gLF & gLF after member "Caption Text"
  121.     x = gSavePath & gfd & "photos" & gfd & IM_08_FileName & ".tif"
  122.     y = OrgPhoto & gfd & IM_08_FileName & ".tif"
  123.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 SL2-PK-8'", EMPTY, "Please wait ...")
  124.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  125.   end if
  126.   if gIM09 = 1 then
  127.     put IM_09_FileName & "                                 Photo Credit: Sony Pictures Imageworks" & gLF after member "Caption Text"
  128.     put "(from l. to r.) George (Jonathan Lipnicki) and Stuart (voiced by Michael J. Fox) share breakfast and brotherly advice together in Columbia Pictures family comedy " && QUOTE & "Stuart Little 2." & QUOTE && gLF after member "Caption Text"
  129.     put gLF & gLF & gLF & gLF after member "Caption Text"
  130.     x = gSavePath & gfd & "photos" & gfd & IM_09_FileName & ".tif"
  131.     y = OrgPhoto & gfd & IM_09_FileName & ".tif"
  132.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 SL2-PK-9'", EMPTY, "Please wait ...")
  133.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  134.   end if
  135.   if gIM10 = 1 then
  136.     put IM_10_FileName & "                                 Photo Credit: Sony Pictures Imageworks" & gLF after member "Caption Text"
  137.     put "Plucky, pint sized hero Stuart Little (voiced by Michael J. Fox) delights audiences with more action-packed adventure in Columbia Pictures family comedy " && QUOTE & "Stuart Little 2." & QUOTE && gLF after member "Caption Text"
  138.     put gLF & gLF & gLF & gLF after member "Caption Text"
  139.     x = gSavePath & gfd & "photos" & gfd & IM_10_FileName & ".tif"
  140.     y = OrgPhoto & gfd & IM_10_FileName & ".tif"
  141.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 SL2-PK-10'", EMPTY, "Please wait ...")
  142.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  143.   end if
  144.   if gIM11 = 1 then
  145.     put IM_11_FileName & "                                 Photo Credit: Sony Pictures Imageworks" & gLF after member "Caption Text"
  146.     put "Stuart Little (voiced by Michael J. Fox) and Margalo (voiced by Melanie Griffith) become fast friends in Columbia Pictures family comedy" && QUOTE & "Stuart Little 2." & QUOTE && gLF after member "Caption Text"
  147.     put gLF & gLF & gLF & gLF after member "Caption Text"
  148.     x = gSavePath & gfd & "photos" & gfd & IM_11_FileName & ".tif"
  149.     y = OrgPhoto & gfd & IM_11_FileName & ".tif"
  150.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 SL2-PK-11'", EMPTY, "Please wait ...")
  151.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  152.   end if
  153.   if gIM12 = 1 then
  154.     put IM_12_FileName & "                                Photo Credit: Sony Pictures Imageworks" & gLF after member "Caption Text"
  155.     put "Plucky, pint sized hero Stuart Little (voiced by Michael J. Fox) delights audiences with more action-packed adventure in Columbia Pictures family comedy " && QUOTE & "Stuart Little 2." & QUOTE && gLF after member "Caption Text"
  156.     put gLF & gLF & gLF & gLF after member "Caption Text"
  157.     x = gSavePath & gfd & "photos" & gfd & IM_12_FileName & ".tif"
  158.     y = OrgPhoto & gfd & IM_12_FileName & ".tif"
  159.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 SL2-PK-12'", EMPTY, "Please wait ...")
  160.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  161.   end if
  162.   if gIM13 = 1 then
  163.     put IM_13_FileName & "                                 Photo Credit: Sony Pictures Imageworks" & gLF after member "Caption Text"
  164.     put "Mrs. Little (Geena Davis) immediately accepts Margalo (voiced by Melanie Griffith) into the Little home in Columbia Pictures family comedy " && QUOTE & "Stuart Little 2." & QUOTE && gLF after member "Caption Text"
  165.     put gLF & gLF & gLF & gLF after member "Caption Text"
  166.     x = gSavePath & gfd & "photos" & gfd & IM_13_FileName & ".tif"
  167.     y = OrgPhoto & gfd & IM_13_FileName & ".tif"
  168.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 SL2-PK-13'", EMPTY, "Please wait ...")
  169.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  170.   end if
  171.   if gIM14 = 1 then
  172.     put IM_14_FileName & "                                 Photo Credit: Sony Pictures Imageworks" & gLF after member "Caption Text"
  173.     put "Plucky, pint sized hero Stuart Little (voiced by Michael J. Fox) delights audiences with more action-packed adventure in Columbia Pictures family comedy " && QUOTE & "Stuart Little 2." & QUOTE && gLF after member "Caption Text"
  174.     put gLF & gLF & gLF & gLF after member "Caption Text"
  175.     x = gSavePath & gfd & "photos" & gfd & IM_14_FileName & ".tif"
  176.     y = OrgPhoto & gfd & IM_14_FileName & ".tif"
  177.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 SL2-PK-14'", EMPTY, "Please wait ...")
  178.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  179.   end if
  180.   if gIM15 = 1 then
  181.     put IM_15_FileName & "                                 Photo Credit: Sony Pictures Imageworks" & gLF after member "Caption Text"
  182.     put "Plucky, pint sized hero Stuart Little (voiced by Michael J. Fox) delights audiences with more action-packed adventure in Columbia Pictures family comedy " && QUOTE & "Stuart Little 2." & QUOTE && gLF after member "Caption Text"
  183.     put gLF & gLF & gLF & gLF after member "Caption Text"
  184.     x = gSavePath & gfd & "photos" & gfd & IM_15_FileName & ".tif"
  185.     y = OrgPhoto & gfd & IM_15_FileName & ".tif"
  186.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 SL2-PK-15'", EMPTY, "Please wait ...")
  187.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  188.   end if
  189.   if gIM16 = 1 then
  190.     put IM_16_FileName & "                                 Photo Credit: Sony Pictures Imageworks" & gLF after member "Caption Text"
  191.     put "A little guy with a big heart-not to mention a big soccer fan-Stuart (voiced by Michael J. Fox) survives through life in a decidedly supersized world while his parents, Mr. Little (Hugh Laurie) and Mrs. Little (Geena Davis) look on in the Columbia Pictures family comedy " && QUOTE & "Stuart Little 2." & QUOTE && gLF after member "Caption Text"
  192.     put gLF & gLF & gLF & gLF after member "Caption Text"
  193.     x = gSavePath & gfd & "photos" & gfd & IM_16_FileName & ".tif"
  194.     y = OrgPhoto & gfd & IM_16_FileName & ".tif"
  195.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 SL2-PK-16'", EMPTY, "Please wait ...")
  196.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  197.   end if
  198.   if gIM17 = 1 then
  199.     put IM_17_FileName & "                                 Photo Credit: Sony Pictures Imageworks" & gLF after member "Caption Text"
  200.     put "Stuart Little (voiced by Michael J. Fox) takes a bold new adventure with the help of Snowbell (voiced by Nathan Lane) in the Columbia Pictures family comedy, " && QUOTE & "Stuart Little 2." & QUOTE && gLF after member "Caption Text"
  201.     put gLF & gLF & gLF & gLF after member "Caption Text"
  202.     x = gSavePath & gfd & "photos" & gfd & IM_17_FileName & ".tif"
  203.     y = OrgPhoto & gfd & IM_17_FileName & ".tif"
  204.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 SL2-PK-17'", EMPTY, "Please wait ...")
  205.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  206.   end if
  207.   if gIM18 = 1 then
  208.     put IM_18_FileName & "                                 Photo Credit: Sony Pictures Imageworks" & gLF after member "Caption Text"
  209.     put "Stuart Little (voiced by Michael J. Fox) and Margalo (voiced by Melanie Griffith) become fast friends in Columbia Pictures family comedy " && QUOTE & "Stuart Little 2." & QUOTE && gLF after member "Caption Text"
  210.     put gLF & gLF & gLF & gLF after member "Caption Text"
  211.     x = gSavePath & gfd & "photos" & gfd & IM_18_FileName & ".tif"
  212.     y = OrgPhoto & gfd & IM_18_FileName & ".tif"
  213.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 SL2-PK-18'", EMPTY, "Please wait ...")
  214.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  215.   end if
  216.   if gIM19 = 1 then
  217.     put IM_19_FileName & "                                 Photo Credit: Sony Pictures Imageworks" & gLF after member "Caption Text"
  218.     put "Plucky, pint sized hero Stuart Little (voiced by Michael J. Fox) delights audiences with more action-packed adventure in Columbia Pictures family comedy " && QUOTE & "Stuart Little 2." & QUOTE && gLF after member "Caption Text"
  219.     put gLF & gLF & gLF & gLF after member "Caption Text"
  220.     x = gSavePath & gfd & "photos" & gfd & IM_19_FileName & ".tif"
  221.     y = OrgPhoto & gfd & IM_19_FileName & ".tif"
  222.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 SL2-PK-19'", EMPTY, "Please wait ...")
  223.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  224.   end if
  225.   if gIM20 = 1 then
  226.     put IM_20_FileName & "                                Photo Credit: Sony Pictures Imageworks" & gLF after member "Caption Text"
  227.     put "Margalo (voiced by Melanie Griffith) is a charming and beguiling bird who promises Stuart adventure in Columbia Pictures family comedy " && QUOTE & "Stuart Little 2." & QUOTE && gLF after member "Caption Text"
  228.     put gLF & gLF & gLF & gLF after member "Caption Text"
  229.     x = gSavePath & gfd & "photos" & gfd & IM_20_FileName & ".tif"
  230.     y = OrgPhoto & gfd & IM_20_FileName & ".tif"
  231.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 SL2-PK-20'", EMPTY, "Please wait ...")
  232.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  233.   end if
  234.   if gIM21 = 1 then
  235.     put IM_21_FileName & "                                Photo Credit: Sony Pictures Imageworks" & gLF after member "Caption Text"
  236.     put "Falcon (voiced by James Woods) is a feared villain who bullies all creatures living in Manhattan, including Margalo (voiced by Melanie Griffith) in Columbia Pictures family comedy  " && QUOTE & "Stuart Little 2." & QUOTE && gLF after member "Caption Text"
  237.     put gLF & gLF & gLF & gLF after member "Caption Text"
  238.     x = gSavePath & gfd & "photos" & gfd & IM_21_FileName & ".tif"
  239.     y = OrgPhoto & gfd & IM_21_FileName & ".tif"
  240.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 SL2-PK-21'", EMPTY, "Please wait ...")
  241.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  242.   end if
  243.   if gIM22 = 1 then
  244.     put IM_22_FileName & "                                Photo Credit: Sony Pictures Imageworks" & gLF after member "Caption Text"
  245.     put "Plucky, pint sized hero Stuart Little (voiced by Michael J. Fox) delights audiences with more action-packed adventure in Columbia Pictures family comedy " && QUOTE & "Stuart Little 2." & QUOTE && gLF after member "Caption Text"
  246.     put gLF & gLF & gLF & gLF after member "Caption Text"
  247.     x = gSavePath & gfd & "photos" & gfd & IM_22_FileName & ".tif"
  248.     y = OrgPhoto & gfd & IM_22_FileName & ".tif"
  249.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 SL2-PK-22'", EMPTY, "Please wait ...")
  250.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  251.   end if
  252.   if gIM23 = 1 then
  253.     put IM_23_FileName & "                                 Photo Credit: Sony Pictures Imageworks" & gLF after member "Caption Text"
  254.     put "Snowbell (voiced by Nathan Lane), the curmudgeonly cat with an attitude, has warmed up in his own way in Columbia Pictures family comedy " && QUOTE & "Stuart Little 2." & QUOTE && gLF after member "Caption Text"
  255.     put gLF & gLF & gLF & gLF after member "Caption Text"
  256.     x = gSavePath & gfd & "photos" & gfd & IM_23_FileName & ".tif"
  257.     y = OrgPhoto & gfd & IM_23_FileName & ".tif"
  258.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 SL2-PK-23'", EMPTY, "Please wait ...")
  259.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  260.   end if
  261.   if gIM24 = 1 then
  262.     put IM_24_FileName & "                                 Photo Credit: Sony Pictures Imageworks" & gLF after member "Caption Text"
  263.     put "Falcon (voiced by James Woods) is a feared villain in Columbia Pictures family comedy " && QUOTE & "Stuart Little 2." & QUOTE && gLF after member "Caption Text"
  264.     put gLF & gLF & gLF & gLF after member "Caption Text"
  265.     x = gSavePath & gfd & "photos" & gfd & IM_24_FileName & ".tif"
  266.     y = OrgPhoto & gfd & IM_24_FileName & ".tif"
  267.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 SL2-PK-24'", EMPTY, "Please wait ...")
  268.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  269.   end if
  270.   if gIM25 = 1 then
  271.     put IM_25_FileName & "                                 Photo Credit: Sony Pictures Imageworks" & gLF after member "Caption Text"
  272.     put "Monty (voiced by Steve Zahn) returns to the big screen, delighting audiences with even more action-packed adventure in Columbia Pictures family comedy " && QUOTE & "Stuart Little 2." & QUOTE && gLF after member "Caption Text"
  273.     put gLF & gLF & gLF & gLF after member "Caption Text"
  274.     x = gSavePath & gfd & "photos" & gfd & IM_25_FileName & ".tif"
  275.     y = OrgPhoto & gfd & IM_25_FileName & ".tif"
  276.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 SL2-PK-25'", EMPTY, "Please wait ...")
  277.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  278.   end if
  279.   if gIM26 = 1 then
  280.     put IM_26_FileName & "                                 Photo Credit: Sony Pictures Imageworks" & gLF after member "Caption Text"
  281.     put "Stuart (voiced by Michael J. Fox) shares his feelings with Margalo (voiced by Melanie Griffith) in Columbia Pictures family comedy,  " && QUOTE & "Stuart Little 2." & QUOTE && gLF after member "Caption Text"
  282.     put gLF & gLF & gLF & gLF after member "Caption Text"
  283.     x = gSavePath & gfd & "photos" & gfd & IM_26_FileName & ".tif"
  284.     y = OrgPhoto & gfd & IM_26_FileName & ".tif"
  285.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 SL2-PK-26'", EMPTY, "Please wait ...")
  286.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  287.   end if
  288.   if gIM27 = 1 then
  289.     put IM_27_FileName & "                                 Photo by:   Melinda Sue Gordon" & gLF after member "Caption Text"
  290.     put "Rob Minkoff, director of the original film 'Stuart Little', returns at the helm of the Columbia Pictures family comedy, " && QUOTE & "Stuart Little 2." & QUOTE && gLF after member "Caption Text"
  291.     put gLF & gLF & gLF & gLF after member "Caption Text"
  292.     x = gSavePath & gfd & "photos" & gfd & IM_27_FileName & ".tif"
  293.     y = OrgPhoto & gfd & IM_27_FileName & ".tif"
  294.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 SL2-PK-27'", EMPTY, "Please wait ...")
  295.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  296.   end if
  297.   if gIM28 = 1 then
  298.     put IM_28_FileName & "                                 Photo by:   Melinda Sue Gordon" & gLF after member "Caption Text"
  299.     put "Rob Minkoff, director, on the set with Jonathan Lipnicki (George Little) in Columbia Pictures family comedy, " && QUOTE & "Stuart Little 2." & QUOTE && gLF after member "Caption Text"
  300.     put gLF & gLF & gLF & gLF after member "Caption Text"
  301.     x = gSavePath & gfd & "photos" & gfd & IM_28_FileName & ".tif"
  302.     y = OrgPhoto & gfd & IM_28_FileName & ".tif"
  303.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 SL2-PK-28'", EMPTY, "Please wait ...")
  304.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  305.   end if
  306.   put CopyrightText1 & gLF & CopyrightText2 after member "Caption Text"
  307.   LogoFolder = the moviePath & "Media" & gfd & "LOGOS"
  308.   LogoSavepath = gSavePath & gfd & "logos"
  309.   if gLOGO1 = 1 then
  310.     baCreateFolder(gSavePath & gfd & "Logos")
  311.     LogoSavepath = gSavePath & gfd & "logos"
  312.     x = LogoSavepath & gfd & "Col_Logo_POS_K_2002.eps"
  313.     y = LogoFolder & gfd & "Col_Logo_POS_K_2002.eps"
  314.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 Columbia Logo'", EMPTY, "Please wait ...")
  315.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  316.     x = LogoSavepath & gfd & "Col_Logo_REVK_2002.eps"
  317.     y = LogoFolder & gfd & "Col_Logo_REVK_2002.eps"
  318.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 Columbia Logo'", EMPTY, "Please wait ...")
  319.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  320.   end if
  321.   if gLOGO2 = 1 then
  322.     x = LogoSavepath & gfd & "R2_new SL2-logo.eps"
  323.     y = LogoFolder & gfd & "R2_new SL2-logo.eps"
  324.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 LOGO'", EMPTY, "Please wait ...")
  325.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  326.   end if
  327.   if gSHEET = 1 then
  328.     baCreateFolder(gSavePath & gfd & "One_Sheet")
  329.     SheetSavepath = gSavePath & gfd & "One_Sheet"
  330.     SheetFolder = the moviePath & "Media" & gfd & "One_Sheet"
  331.     x = SheetSavepath & gfd & "SL2_1Sheet_16.eps"
  332.     y = SheetFolder & gfd & "SL2_1Sheet_16.eps"
  333.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 One-Sheet'", EMPTY, "Please wait ...")
  334.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  335.   end if
  336.   if gPNOTES = 1 then
  337.     baCreateFolder(gSavePath & gfd & "Production Notes")
  338.     NotesSavepath = gSavePath & gfd & "Production Notes"
  339.     NotesFolder = the moviePath & "Media" & gfd & "Notes"
  340.     x = NotesSavepath & gfd & "Credits.DOC"
  341.     y = NotesFolder & gfd & "Credits.DOC"
  342.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 Credits'", EMPTY, "Please wait ...")
  343.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  344.     x = NotesSavepath & gfd & "Credits.PDF"
  345.     y = NotesFolder & gfd & "Credits.PDF"
  346.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 Credits'", EMPTY, "Please wait ...")
  347.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  348.     x = NotesSavepath & gfd & "PRODUCTION.DOC"
  349.     y = NotesFolder & gfd & "PRODUCTION.DOC"
  350.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 Notes'", EMPTY, "Please wait ...")
  351.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  352.     x = NotesSavepath & gfd & "PRODUCTION.PDF"
  353.     y = NotesFolder & gfd & "PRODUCTION.PDF"
  354.     setStrings(oneFileCopy, "Saving 'Stuart Little 2 Notes'", EMPTY, "Please wait ...")
  355.     CopyFile(oneFileCopy, y, x, 1, 1, 1)
  356.   end if
  357.   closeXLib("progressCopy")
  358. end
  359.